; * lisp/register.el (register-use-preview): Doc fix (bug#76739).
authorEli Zaretskii <eliz@gnu.org>
Tue, 4 Mar 2025 15:23:16 +0000 (17:23 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 4 Mar 2025 15:23:16 +0000 (17:23 +0200)
lisp/register.el

index 31214ae3ba014713bca8dd705aa3d6f7aa6bd780..b0ee759ec5b9709486f51a4783f30dd85c6202c1 100644 (file)
@@ -146,7 +146,10 @@ all; the preview buffer is still accessible with `help-char' (\\`C-h').
 
 When set to `traditional' (the default), provide a more basic preview
 according to `register-preview-delay'; this preserves the traditional
-behavior of Emacs 29 and before."
+behavior of Emacs 29 and before.
+
+Setting this variable with `setq' has no effect; use either `setopt'
+or `customize-option' to change its value."
   :type '(choice
           (const :tag "Use preview" t)
           (const :tag "Use preview and exit by pressing register name" insist)